home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-07-01 | 623 b | 20 lines | [TEXT/MPS ] |
- ; File: E16.Shell
- ;
- ;
- ; Copyright Apple Computer, Inc. 1986-90
- ; All Rights Reserved
- ;
- ;
- ; offset constants for GetLInfoPB
- osfile GEQU 0 ; address of source file name
- odfile GEQU 4 ; address of output file name
- oparms GEQU 8 ; address of parameter list
- oistring GEQU 12 ; address of language specific input string
- omerr GEQU 16 ; max error level allowed
- omerrf GEQU 17 ; max error level found
- olops GEQU 18 ; operations flag
- okflag GEQU 19 ; KEEP flag
- omflags GEQU 20 ; set of letters selected with '-'
- opflags GEQU 24 ; set of letters selected with '+'
- oorg GEQU 28 ; abs start address of non-relloc load file
-